home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00203_Script_203 < prev    next >
Text File  |  2001-12-07  |  242b  |  12 lines

  1. global macfullscreen 
  2.  
  3. on exitFrame me
  4.   if the movieRate of sprite(7) = 0 then
  5.     macfullscreen = 1
  6.     go to the frame + 1 
  7.   end if
  8.   
  9.   set the width of sprite(7) = 800
  10.   set the height of sprite(7) = 600
  11.   go to the frame
  12. end